Einhugur macOS Bridge plugin.

NSMutableArray.IsNSMutableArray Method

Returns true if the NSObject under the hood is NSMutableArray or derived from NSMutableArray.

shared IsNSMutableArray(
   value as EinhugurCoreBridge.NSObject) as Boolean

Parameters

value
The NSObject to check.

Returns

Boolean
True if the Cocoa object under the hood is actually NSMutableArray or derived from NSMutableArray.

Remarks

See Also

NSMutableArray Class